projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1fa2e8
)
Fix typo in previous change.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 9 Mar 1994 06:13:36 +0000
(06:13 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 9 Mar 1994 06:13:36 +0000
(06:13 +0000)
src/callint.c
patch
|
blob
|
history
diff --git
a/src/callint.c
b/src/callint.c
index a489a8243d6ecb17d26058275c7251bd480f2b4d..340ab5a617adc4a8e820a26cdfb346fcecfbb0a5 100644
(file)
--- a/
src/callint.c
+++ b/
src/callint.c
@@
-329,9
+329,9
@@
Otherwise, this is done only if an arg is read using the minibuffer.")
&& XTYPE (event = XCONS (event)->car) == Lisp_Cons
&& XTYPE (event = XCONS (event)->car) == Lisp_Window)
{
- if (MINI_WINDOW_P (XWINDOW (
window
))
+ if (MINI_WINDOW_P (XWINDOW (
event
))
&& NILP (call1 (intern ("minibuffer-window-active-p"),
-
window
)))
+
event
)))
error ("Attempt to select inactive minibuffer window");
Fselect_window (event);
}